home *** CD-ROM | disk | FTP | other *** search
- /* Project RichView
- Pierre Albou
- Copyright ⌐ 1997. All Rights Reserved.
-
- SUBSYSTEM: richview.exe Application
- FILE: rchctrla.rh
- AUTHOR: P. Albou
-
-
- OVERVIEW
- ========
- Constant definitions for all resources defined in rchctrla.rc.
- */
-
-
- //
- // Rich Edit Control specific definitions
- //
- #define IDS_EMBEDDEDTITLE 1
- #define EMBEDDEDTXT 701
- #define EMBEDDEDRTF 700
- #define DS_3DLOOK 0x0004L
- #define IDS_CANNOTFIND 32540
-
-
- //
- // Application specific definitions
- //
- #define SDI_MENU 100 // Menu resource ID and Accelerator IDs
- #define CM_FILEPRINT_PAGE 24324
- #define CM_FILECOPY 24323 // = CM_EDITCOPY
-
-
- //
- // CM_FILEnnnn commands
- //
- #define CM_FILEPRINT 24337
-
-
- //
- // Window commands (include\owl\window.rh)
- //
- #define CM_EXIT 24310
-
-
- //
- // Search menu commands (include\owl\editsear.rh)
- //
- #define CM_EDITFIND 24351
- #define CM_EDITFINDNEXT 24353
-
-
- //
- // Help menu commands.
- //
- #define CM_HELPABOUT 2009
- #define CM_HELPABOUT_THE_DOCUMENT 2010
-
-
- //
- // About Dialogs
- //
- #define IDD_ABOUT 22000
- #define IDC_EDIT_ABOUT_DOC 101
-
-
- //
- // General & application exception messages (include\owl\except.rh)
- //
- #define IDS_UNKNOWNEXCEPTION 32767
- #define IDS_OWLEXCEPTION 32766
- #define IDS_OKTORESUME 32765
- #define IDS_UNHANDLEDXMSG 32764
- #define IDS_UNKNOWNERROR 32763
- #define IDS_NOAPP 32762
- #define IDS_OUTOFMEMORY 32761
- #define IDS_INVALIDMODULE 32760
- #define IDS_INVALIDMAINWINDOW 32759
- #define IDS_VBXLIBRARYFAIL 32758
-
- // Owl 1 compatibility messages
- #define IDS_INVALIDWINDOW 32756
- #define IDS_INVALIDCHILDWINDOW 32755
- #define IDS_INVALIDCLIENTWINDOW 32754
-
- // TXWindow messages
- #define IDS_CLASSREGISTERFAIL 32749
- #define IDS_CHILDREGISTERFAIL 32748
- #define IDS_WINDOWCREATEFAIL 32747
- #define IDS_WINDOWEXECUTEFAIL 32746
- #define IDS_CHILDCREATEFAIL 32745
-
- #define IDS_MENUFAILURE 32744
- #define IDS_VALIDATORSYNTAX 32743
- #define IDS_PRINTERERROR 32742
-
- #define IDS_LAYOUTINCOMPLETE 32741
- #define IDS_LAYOUTBADRELWIN 32740
-
- // TXGdi messages
- #define IDS_GDIFAILURE 32739
- #define IDS_GDIALLOCFAIL 32738
- #define IDS_GDICREATEFAIL 32737
- #define IDS_GDIRESLOADFAIL 32736
- #define IDS_GDIFILEREADFAIL 32735
- #define IDS_GDIDELETEFAIL 32734
- #define IDS_GDIDESTROYFAIL 32733
- #define IDS_INVALIDDIBHANDLE 32732
-
-
- //
- // Printer abort dialog & control IDs
- //
- #define IDD_ABORTDIALOG 32599 // keep different than any string IDs
- #define ID_PAGE 104
-
-